home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishcontents / 226-250 / contents_239 < prev    next >
Text File  |  1992-05-06  |  4KB  |  82 lines

  1. This is disk 239 of the freely distributable AMIGA software library.
  2. It contains Forth programs from the JGoodies #1 disk, from Delta Research
  3. (the makers of JForth Professional 2.0).  All of the material has been
  4. placed into a subdirectory (JGoodies).  Below is a listing of
  5. subdirectories under JGoodies, and their contents.
  6.  
  7.  
  8. Brunjes        Various tools submitted together by the author.  StringPkg
  9.         is string package for both Forth style and NUL terminated
  10.         strings.  Date&Time are handy tools for getting and printing
  11.         formatted date and time.  Utils are utilities used by the
  12.         other files.  CursorControl is an example of moving the text
  13.         cursor.  SpaceOrEscape is a handy word for pausing or 
  14.         stopping program output.  Includes source code.
  15.         Author:  Roy Brunjes 
  16.  
  17. Evolution    This program graphically simulates the evolution of a
  18.         species of "bugs", the insect kind.  Bugs, represented by
  19.         moving blobs, eat bacteria represented by single pixels.
  20.         They mutate, compete for food, reproduce and pass their
  21.         mutations to their offspring.  Fascinating example of
  22.         graphics and software simulation.  Standalone image and
  23.         source code.
  24.         Author:  Russel Yost 
  25.  
  26. FFT        Highly optimized Fast Fourier Transform tools for digital
  27.         signal processing.  The FFT can be used to compute the
  28.         frequency spectrum of a complex signal.  It is useful in
  29.         a variety of different applications.  Floating point and
  30.         integer versions.  Mixture of high level and assembly
  31.         language code.  Includes source (requires JForth).
  32.         Author:  Jerry Kallaus 
  33.  
  34. Guru        Handy "guru" number interpreter (well, handy after reboot
  35.         anyway!).  Tells you what "81000009" means, for example.
  36.         CLI usage only.  Standalone image with readme file. Source
  37.         code included.
  38.         Author:  Mike Haas
  39.  
  40. H2J        Converts 'C' style '.h' include files to JForth style '.j'
  41.         files.  Useful when developing interfaces to new Amiga
  42.         libraries like ARP, etc.  Standalone image and source code.
  43.         Author:  Phil Burk 
  44.  
  45. HAMmmm2        Graphics hack that displays moving lines in a HAM screen
  46.         for a hypnotic effect.  Uses sound tools from HMSL if
  47.         available, for a drone sound that corresponds to the
  48.         graphics image.  Standalone image and source code.
  49.         Author:  Phil Burk 
  50.  
  51. HeadClean    This program, combined with a fibre cleaning disk, can be
  52.         used to clean the heads on your disk drives.  Source code
  53.         examples of accessing the Trackdisk device, and using
  54.         gadgets are included.  Standalone image with source code.
  55.         Shareware.  Version 2.0.
  56.         Author:  Phil Burk 
  57.  
  58. JustBeeps    Simple example of using Audio and Timer devices.  Plays a
  59.         series of beeps whose pitches are based on a just intoned
  60.         tuning system.  Standalone image with source code.
  61.         Author:  Phil Burk 
  62.  
  63. Mandelbrot    A fast Mandelbrot rendering program that uses some of the
  64.         mathematical properties of the Mandelbrot set to greatly
  65.         reduce the drawing time.  Demonstrates graphics programming,
  66.         assembly language, menus and IFF file I/O.  Standalone image
  67.         with source code.
  68.         Author:  Nick Didkovsky 
  69.  
  70. NeuralNet    Example of Neural Net programming converted to JForth.
  71.         Demonstrates a programming technique that many say is the
  72.         wave of the future for software.  This is a simple demo that
  73.         shows neural propagation.  Standalone image with source code.
  74.         Author:  Robert E. La Quey, ported by Jack Woehr 
  75.  
  76. Textra        This easy-to-use text editor allows multiple windows,
  77.         and provides a simple mouse driven interface.  Those
  78.         familiar with the "Macintosh style" editors will be
  79.         comfortable with Textra's Cut, Copy and Paste commands. 
  80.         Standalone image. Documentation included. No source code.  
  81.         Author:  Mike Haas
  82.